Java Script It!
See Also...
Info
Animation
 
Description
A DHTML application that allows you to add layer animation to a document.

Properties
Property Description
Animation Actions Stores the list of animation events that will occur in the animation. The Left Position and Right Position attributes only apply if the Action attribute is set to Change Layer Position.
Animation Start How the animation will start.
Animation Start Link The text that will become the hyperlink which the user will click on to begin the animation. This property will be applied only if the Animation Start property is set to Mouse Click.
Loop Whether or not the animation will loop (start over when it finishes).

Browser Compatibility
Navigator 3 IE 3 Navigator 4++ IE 4++
incompatible incompatible compatible compatible

Aditional Information

  • You can add only add one Animation to a document
  • You are required to create the layer(s) before using Animation

Info
Support